From 17165e41629d2da96f21334a0ce5f0fc7d6f7127 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 12 Jul 2013 11:35:42 +0300 Subject: [PATCH] Minor followup to previous commit. lisp/simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG. --- lisp/ChangeLog | 2 +- lisp/simple.el | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc4062ada04..1e5e35bae29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,6 @@ 2013-07-12 Eli Zaretskii - * simple.el (next-line, previous-line): Document TRY-VSCROLL. + * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG. (Bug#14842) 2013-07-12 Glenn Morris diff --git a/lisp/simple.el b/lisp/simple.el index 85d06ff89f0..9158452fd64 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4606,6 +4606,8 @@ Non-interactively, use TRY-VSCROLL to control whether to vscroll tall lines: if either `auto-window-vscroll' or TRY-VSCROLL is nil, this function will not vscroll. +ARG defaults to 1. + If there is no character in the target line exactly under the current column, the cursor is positioned after the character in that line which spans this column, or at the end of the line if it is not long enough. @@ -4654,6 +4656,8 @@ Non-interactively, use TRY-VSCROLL to control whether to vscroll tall lines: if either `auto-window-vscroll' or TRY-VSCROLL is nil, this function will not vscroll. +ARG defaults to 1. + If there is no character in the target line exactly over the current column, the cursor is positioned after the character in that line which spans this column, or at the end of the line if it is not long enough. -- 2.30.2